home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / tetris13.doc < prev    next >
Text File  |  1995-03-31  |  4KB  |  88 lines

  1. TETRIS13: Yet Another TETRIS, Version 1.3 
  2. From: detlef@mwhh.hanse.de (Detlef Mueller) 
  3. Newsgroups: comp.sources.hp48 
  4. Date: 17 Sep 91 03:19:32 GMT 
  5.  
  6. Hi, folks. 
  7.  
  8. Here's an update of TETRIS to version 1.3 . 
  9.  
  10. The changes (vs. version 1.0) are: 
  11.     - 2862 bytes, chksum #49FAh 
  12.     - Initial/pause screen (the reason for the incr. size ..) 
  13.     - increased speed (I hope :) 
  14.     - stone positions more close to the original 
  15.  
  16. Installation: 
  17.     To install the game, a) download the ASC version, execute ASC\->, b) 
  18.     download the uudecoded version and recall it into the stack. Enter the port 
  19.     number (0,1,2) where you want to store it and press STO. Switch the HP48 
  20.     off, then on again. TETRIS13 will now be installed as a library named 
  21.     TETRIS. It uses the ID nr. 769. Normally, this number is used by the HP 
  22.     CASINO48 card, but I think TETRIS13 is the better choice. 
  23.  
  24. Run/keys: 
  25.     To play it, enter the LIBRARY TETRIS menu and press the softkey named 
  26.     TETRIS or just type TETRIS [ENTER] at the command line. You will now see an 
  27.     initial screen. After pressing any key the game starts, coming up with the 
  28.     following screen: 
  29.  
  30.     +-------------------------------------------+ 
  31.     |SCORE         |   ##        |    TETRIS    | 
  32.     | 0            |   ##        |              | 
  33.     |LEVEL         |             |    ******    | 
  34.     | 0            |             |    *    *    | 
  35.     |LINES         |             |    ******    | 
  36.     | 0     ##     |             |              | 
  37.     |       ##     |             |              | 
  38.     ||PAUSE|| PVT ||_____________||+LEVL|| QUIT|| 
  39.     +-------------------------------------------+ 
  40.  
  41.     Symbol    Means 
  42.  
  43.     ******    is a little help screen for the motion control keys. 
  44.     *    *    Here they are: 
  45.     ******        - Left arrow  : Move stone one step left 
  46.             - Right arrow : Move stone one step right 
  47.             - Up arrow    : Rotate stone 
  48.             - Down arrow  : Drop stone 
  49.             - VAR key     : 'Quick' move stone left 
  50.             - NXT key     : 'Quick' move stone rigth 
  51.  
  52.     |xxxxx|    are softkey menu labels. The following softkeys are supported: 
  53.             - |PAUSE|     : Stop TETRIS until a key is pressed 
  54.             - | PVT |     : Toggle stone preview on/off 
  55.             - |+LEVL|     : Increment level 
  56.             - | QUIT|     : Force 'GAME OVER' 
  57.  
  58.     ##    is a stone. 
  59.     ## 
  60.  
  61.     The ON key can be used to leave TETRIS immediately. 
  62.  
  63. Things to notice: 
  64.     1) If you get a 'TETRIS failed' from the game, please mail me a 
  65.        description of the circumstances and the contents of the stack. 
  66.     2) I will maintain this program, so feel free to MAIL ME ideas for 
  67.        improvement or notes of appreciation. 
  68.  
  69. Credits: 
  70.     1) Lennart Boerjeson - TETRIS posted in Aug 90. I take the pause 
  71.        picture from it .. 
  72.     2) Chris Spell - inserted the UUENCODE form of TETRIS (thanks :-) 
  73.     3) W. C. Wickes - \->ASC 
  74.     4) HP - RPL tools/HP48 
  75.  
  76. Enjoy, 
  77.     8-), Detlef 
  78.  
  79. +-----------------------------------+---------------------------------------+ 
  80. | `.. . Looks like a fish, moves    |             Detlef Mueller            | 
  81. |  like a fish, steers like a cow.` |          detlef@mwhh.hanse.de         | 
  82. |  Ford in THGTTG, part II, p. 107  |...!uunet!mcsun!unido!mcshh!mwhh!detlef| 
  83. +-----------------------------------+---------------------------------------+ 
  84.  
  85. [Note: some people emailed me saying, "Enough Tetrises!!!".  I'm only including 
  86.  these two versions of Tetris on this Goodies Disk because they are new ways of 
  87.  doing it, and they're short enough not to worry about.  -jkh-] 
  88.